Using a Tabbed Object to Selectively Display Controls

Description

The Tabbed1 object has three tabs and pages, each with its own set of controls. The controls on a page are hidden until the user clicks the corresponding tab.

Procedure: Creating a Tabbed Object to Selectively Display Controls

The following procedure assumes that the developer has opened the form in the Form Editor. Follow these instructions to create a tabbed control similar to Tabbed1 on the Inventory form:

  1. Sketch the tabbed control onto the form.

  2. Right click the tabbed control and select Properties... .

  3. Click the Tabs tab.

  4. Enter the labels for the three tabs into the Tab text list.

  5. Click OK to save your edits.

    images/AL_form_inventory_tabbed1_tabs.gif
  6. Click the Product List tab and create its controls.

  7. Click the Detail tab and create its controls.

  8. Click the Vendors tab and create its controls.

See Also